home *** CD-ROM | disk | FTP | other *** search
/ Aminet 24 / Aminet 24 (1998)(GTI - Schatztruhe)[!][Apr 1998].iso / Aminet / util / cli / fullname.readme < prev    next >
Text File  |  1998-03-07  |  2KB  |  51 lines

  1. Short:    Gives full path and name of a file
  2. Author:   nahmt@cip.physik.uni-bonn.de (Torsten Nahm)
  3. Uploader: nahmt@cip.physik.uni-bonn.de (Torsten Nahm)
  4. Type:     util/cli
  5.  
  6. This utility will give the full path and name of a file specified as argument.
  7. The template is "FILENAME/A".
  8.  
  9. For example,
  10.  
  11. cd c:
  12. fullname Dir
  13.  
  14. might yield:
  15. Work:C/Dir
  16.  
  17. and
  18.  
  19. fullname ram:T
  20.  
  21. might give:
  22. Ram Disk:T
  23.  
  24. This command may come in handy in script files. I personally use it as a
  25. work-around for a bug in amigaguide display: When I open a guide file that
  26. is neither directly in the current directory nor specified through a full
  27. volume path, i.e. multiview Doc/Enforcer.guide, and click on a guide link,
  28. the link will not be displayed and the error message: "Couldn't open
  29. doc/Enforcer.guide" will appear instead.
  30. So, I use the following alias
  31. alias multiview run <>nil: sys:Utilities/MultiView "*`FullName []*`"
  32. in my Shell-Startup.
  33.  
  34. The programm and source are in the Public Domain. The source was written
  35. for SASC 6.50, but should easily be adaptable to any compiler.
  36.  
  37. Torsten Nahm
  38. nahmt@cip.physik.uni-bonn.de
  39.  
  40.  
  41. ============================= Archive contents =============================
  42.  
  43. Original  Packed Ratio    Date     Time    Name
  44. -------- ------- ----- --------- --------  -------------
  45.      372     310 16.6% 23-Feb-98 13:32:02 +FullName
  46.     1182     527 55.4% 23-Feb-98 13:39:50 +fullname.c
  47.     1085     606 44.1% 23-Feb-98 13:55:44 +readme
  48.       84      63 25.0% 23-Feb-98 13:39:56 +SCOPTIONS
  49. -------- ------- ----- --------- --------
  50.     2723    1506 44.6% 23-Feb-98 23:18:10   4 files
  51.